@media (max-width: 1730px) {

}

@media (max-width: 1460px) {
.navbox ul li a{ padding:25px 10px; }
.scen{ right:5px; }
}

@media (max-width: 1430px) {
.md{ width:100%;}
}

@media (max-width: 1360px) {
.scen{ right:10px; top:5px; padding-left:10px; padding-bottom:0px;}
.scen:before{ display:none; }

/*-- apply图片 --*/
.apban{ text-align:center; }
.apban2{ width:900px; height:533px; float:none; display:inline-block; }
.Bimg{ width:800px; height:533px;  margin-left:50px;}
.Bimg ul li{ width:800px; height:533px; }
.apprev1{ top:245px; left:5px; }
.apnext1{ top:245px; right:5px; }
.apmin_pic{ width:150px; height:533px; float:none; display:inline-block;}
.apnum{ height:475px;}
.apnum ul li{ width:150px;}

/*-- sytwo --*/
.sytwol{ width:58%; }
.sytwol-show{ margin-top:50px; }
.sytwol-show h1{ font-size:24px; }
.sytwol-show p{ font-size:15px;  padding:30px 20px 40px 0px;}
.sytwor{ width:42%; }
.sytwodown{ margin-top:40px; padding:20px 0px; }
.sytwod-a{ width:250px; }
.sytwod-a h1{ font-size:40px; }
.sytwod-a p{ font-size:18px; line-height:25px; }
           

}

@media (max-width: 1260px) {
.xmd{ width:100%;}
}

@media (max-width: 1230px) {
.qtytwo-a{ padding:60px 20px 0px; }
.t2{ padding:0px 30px;}
/**/
.cpone{ padding:20px 20px 10px; }
}

@media (max-width: 1200px) {
.navbox ul li{ margin:0px 5px; }
.navbox ul li a{ padding:25px 8px; font-size:15px; }

/*-- sysv--*/
.sysvl{ width:36%; }
.sysvr{ width:64%; }

}

/* md */
@media (max-width: 1180px) {
.logo img{ width:150px; }
.logo i img{ width:120px; }

/*-- apply --*/
.app-nav{ width:100%; padding:20px 0px 0px; float:right; padding-right:0px;}
.app-one{ width:20%; }

/*-- apply图片 --*/
.apban{ text-align:center; }
.apban2{ width:800px; height:467px; }
.Bimg{ width:700px; height:467px; }
.Bimg ul li{ width:700px; height:467px; }
.apprev1{ top:213px; }
.apnext1{ top:213px; }
.apmin_pic{ width:120px; height:467px; }
.apnum{ height:407px;}
.apnum ul li{ width:120px;}

/*-- quality --*/
.qtyone p{ padding:30px 8%; }

}

@media (max-width: 1100px) {
/*-- sytwo --*/
.sytwod-a{ width:200px; }
.sytwod-a h1{ font-size:30px; }
.sytwod-a p{ font-size:18px; }
}

@media (max-width: 1080px) {
.t2{ padding:0px 10px;}

/*---*/
.syth-upm{ width:900px; height:250px;}
.syth-one{ width:890px; }
.syth-upma h1{ font-size:20px; padding:20px 0px 10px;}
.syth-upma p{ font-size:15px; padding-top:5px;}
.syth-go{ width:30px; height:100px; background-size:80%;}
}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
.navbox ul li{ margin:0px 2px; }
.navbox ul li a{ padding:25px 4px; font-size:15px; }

.logo a img{ width:135px; }
.logo i img{ width:110px; }

/*-- apply图片 --*/
.apban{ text-align:center; }
.apban2{ width:600px; height:400px; }
.Bimg{ width:600px; height:400px; margin-left:0; }
.Bimg ul li{ width:600px; height:400px; }
.apprev1{ top:180px; }
.apnext1{ top:180px; }
.apmin_pic{ width:120px; height:400px; }
.apnum{ height:340px;}
.apnum ul li{ width:120px;}

/*---*/
.syth-upm{ width:740px;}
.syth-one{ width:730px; }

/*-- sytwo --*/
.sytwod-a{ width:160px; }
.sytwod-a p{ font-size:17px; }

/*-- syfo --*/
.syfo-show i img{ width:300px;}
.syfo-a{ width:40%; padding-right:4%;}
.syfo-a h1 span{ font-size:20px;}
.syfo-a p{ font-size:15px; }
.syfo-a.flr{ padding-left:4%; }

/*-- sysv--*/
.sysvl{ width:36%; }
.sysvr{ width:64%; }

.sysvr-al{ width:86px; }
.sysvr-al h1{ font-size:18px; }
.sysvr-al h2{ font-size:18px; }
.sysvr-al:before{ width:86px; }
.sysvr-ar{ width:70%; }
.sysvr-ar h1{ font-size:20px;}
.sysvr-ar h2{ font-size:18px; }
.sysvr-ar p{ font-size:24px; }

}

/* xs */
@media (max-width: 767px) {
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height:0px;
}
#wrapper.toggled {}
#sidebar-wrapper {
    z-index: 99999;
    width: 100%;
    height: 0%;
    overflow-y: auto;
    overflow-x: hidden;
    background:#242424;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    height: 100%;
}

#page-content-wrapper {
    height: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position:relative;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    width: 100%;
    list-style: none;
	float:left;
	padding-top:70px;
}

.sidebar-nav li {
    position: relative; 
    line-height: 32px;
    display: inline-block;
    width: 100%;
	padding:5px;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0px;
    background-color:#242424;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav i{ padding-right:20px;}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding:5px;
	font-size:18px;
	text-align:center;  
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color:#FFF;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 50px;
    font-size: 20px;
    line-height: 45px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color:#000;
    box-shadow: none;
}
.sidebar-brand{ color:#FFF; font-weight:600; font-size:18px; line-height:27px; margin-top:20px;}
.psort{ width:100%; height:auto; float:left; padding-left:0px;}
.psort a{ display:block; color:#ccc; padding:2px 0px; line-height:30px;}

.sidebar-nav li .snav{ background:#fff; width:100%; float:left; box-shadow:2px 2px 1px rgba(204,204,204,0.5); padding:10px; display:none;}
.sidebar-nav li .snav a{display:block; line-height:28px; font-size:15px; color:#666; text-decoration:none;}
.sidebar-nav li .snav a:hover{ background:#e4e4e4; color:#fff;}

.xtwo{ width:100%; height:auto; float:left;}
.xtwo a{ width:100%; height:auto; float:left; font-size:15px; text-align:center; color:#FFF; line-height:28px; padding:5px;}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  width: 32px;
  height: 32px;
  background:transparent;
  position:absolute;
  z-index: 100000;
  right:12px;
  top:15px;
  border:0;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #c9a062;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #FFF;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay { position: fixed;display:none;width: 100%; height: 100%;overflow:hidden;top: 0;left: 0;right: 0; bottom: 0;background-color: rgba(250,250,250,.8);z-index: 9;} 

/*-------------------------------------RBOX-----------------------------------*/
/*-- 手机侧边导航 --*/
.xtopB{ width:100%; height:auto; float:left; padding:90px 10px 50px; position:relative;}
.xtop{ width:100%; height:auto; float:left; padding:20px 10px;}
.xtop h1{ width:100%; height:auto; float:left; font-size:18px; color:#FFF; padding:10px 0px; text-transform:uppercase; font-weight:600;}
.xtop h1 a{ color:#FFF; display:block;}
.xtop ul li{  float:left; font-size:16px; color:#FFF; width:100%;}
.xtop ul li a{ color:#FFF; display:block; padding:10px;}

.xscen{ width:100%; height:auto; float:left;}
.xscen span{ padding:5px 10px; background:#FFF; margin-right:5px; }
.xscen a{ padding:5px 10px; background:#c9a062; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*-- headerbox --*/
.headerbox{  height:auto;}
.headerbox:before{ height:100%;}
.logo{ width:100%; padding:10px 0px; }
.logo i{ padding:5px 0px 0px 25px;}
.logo i:before{ top:10px; height:30px;}

/*-- sytwo --*/
.sytwo{ padding-top:50px; }
.sytwol{ width:100%; }

.sytwol-t i span{ font-size:30px; }
.sytwol-t h1{ font-size:20px; line-height:25px; margin-top:15px; }
.sytwol-t p{  padding:5px 0px; font-size:12px; }
.sytwol-show{ margin-top:20px; }
.sytwol-show h1{ font-size:16px; }
.sytwol-show p{ font-size:13px; line-height:22px; padding:15px 0px;}
.sytwol-show a{ width:100px; height:30px; line-height:30px; }
.sytwor{ width:100%; padding-top:30px; }

/*-- syth --*/
.syth-t{ margin-top:20px;}
.syth-t i span{ font-size:30px; }
.syth-t h1{ font-size:20px; line-height:25px; margin-top:15px; }
.syth-t p{  padding:5px 0px; font-size:12px; }

.syth-up{ padding:20px 0px; text-align:center;}
.syth-upm{ width:600px; height:300px; display:inline-block; float:none; padding:0px;}
.syth-one{ width:600px; height:100%;}

.syth-upma{ width:100%;}
.syth-upma h1{ font-size:16px;  padding:20px 0px 0px;}
.syth-upma p{ font-size:13px; padding:10px 0px;}
.syth-upmb{ width:100%; text-align:center; }
.syth-upmb i img{ height:200px; width:auto; }

.syth-down{ margin-top:10px;}
.syth-a{ width:25%; padding-left:0%;}
.syth-a p span{ height:40px; font-size:12px; }
.syth-go{ display:none; }
.syth-a.notha{ width:25%; }
.syth-a i{ text-align:center;}
.syth-a i img{ max-width:80%;}

/*-- syfo --*/
.syfo{ margin-top:50px;}
.syfo-t i span{ font-size:30px;}
.syfo-t h1{ font-size:20px; line-height:25px; margin-top:15px; }
.syfo-t p{ padding:10px 0px; font-size:12px; }

.syfo-a{ width:100%; padding-right:0; }
.syfo-a h1{  padding:10px 30px; }
.syfo-a h1 i{ width:20px; height:20px; top:10px; font-size:14px; }
.syfo-a h1 span{ line-height:20px; font-size:15px; }
.syfo-show i{ position:relative; float:left; left:0; top:0px; }
.syfo-show i img{ width:170px;}
.syfo-btn{ margin-top:10px;}
.syfo-btn a{ width:120px; height:35px; line-height:35px; font-size:14px; }

/*-- syfx --*/
.syfx{  padding-top:30px; }
.syfx-t i span{ font-size:30px;}
.syfx-t h1{ font-size:20px; line-height:25px; margin-top:15px; }
.syfx-t p{ padding:10px 0px; font-size:12px; }
.syfx-p{ font-size:13px; line-height:20px; padding:7px 0px 15px;}
.syfx-a{ width:100%; padding:1px;}
.syfx-b{ width:50%; padding:1px;}
.syfx-m{ height:180px; }
.syfx-name{ padding:10px;}
.syfx-name h1{ font-size:16px; line-height:20px;}
.syfx-name>i{ width:35px; height:20px; margin-top:30px; }
.syfx-name>i:before{ top:10px; }
.syfx-name>i:after{ top:6px;}

/*-- sysx --*/
.sysx-t i span{ font-size:30px; }
.sysx-t h1{ font-size:20px; line-height:25px; margin-top:15px; }
.sysx-t p{  padding:5px 0px; font-size:12px; }
.sysx-show{ padding:20px 0px;}
.synews{ padding:8px 8px 15px; }
.synewsname{ padding-top:10px;}
.synewsname h1 span{ height:40px; font-size:16px; }
.synewsname p span{ height:50px; font-size:13px;}
.synewsname i{ font-size:13px; }
.synewsname em{ width:80px; height:30px; line-height:30px;}

.syfo-show.ensyfo .syfo-a h1 i{ top:10px;}

/*-- sysv--*/
.sysv-t{ margin-top:40px;}
.sysv-t i span{ font-size:30px; }
.sysv-t h1{ font-size:20px; line-height:25px; margin-top:15px; }
.sysv-t p{  padding:5px 0px; font-size:12px; }

.sysvl{ width:100%; padding-top:30px;}
.sysvl i{ width:100%; text-align:center;}
.sysvl i img{ width:120px;}
.sysvl p{ text-align:center;}

.sysvr{ width:100%; }
.sysvr-a{ padding-bottom:15px;}
.sysvr-al{ width:60px; padding:5px; }
.sysvr-al h1{ font-size:16px; line-height:20px;}
.sysvr-al h2{ font-size:16px; line-height:20px;}
.sysvr-al:before{ width:60px; }
.sysvr-ar{ width:80%; padding-left:10px; }

.sysvr-ar h1{ font-size:18px; padding:5px 0px;}
.sysvr-ar h2{ font-size:15px; padding:5px 0px;}
.sysvr-ar p{ font-size:20px; margin-top:5px;}

.sysvd{ margin-top:20px;}
.sysvd h1{ width:100px; height:35px; line-height:35px; font-size:13px;}
.sysvd h1:before{ left:110px; top:17px; width:600px; }

#xtel p{ padding:0px; }

/*-- inbanner --*/
.inbanner i{ height:250px; }
.inbanner h1{ top:120px; font-size:20px;}
.inbanner p{ top:150px; font-size:16px; }

/*-- products --*/
.cpnavsort ul li a{ max-width:120px; height:40px; padding:5px 10px; font-size:14px;}
.products{ padding:10px 0px; }
.cpone{ padding:8px; }
.cpone p span{ height:50px; font-size:13px; }

/*-- 产品内页-头部 --*/
.headerboxcp{ height:auto; border-bottom:1px solid #c9a062;}

/*-- 产品内页-loc --*/
.locbox{ padding:10px 0px;}
.locbox ul li{ line-height:22px; font-size:13px;}
.locbox ul li i{ font-size:13px; padding:0px 2px;}
.locbox a{ font-size:13px;}

.ban{ padding:0px;}
.t2{ width:100%; padding:10px;}
.tlogo{ position:absolute; left:20px; top:20px;}
.tlogo img{ width:80px;}
.tbox{ position:relative; left:0; bottom:0; float:left; padding:10px 0px; }
.num { height:70px; padding:0px;}
.num ul li { width:60px; }
.cpinfobox{ width:100%; padding:0px 10px;}
.cpinfo-a{ padding:10px 0px; }
.cpinfo-a h1{ font-size:18px; line-height:30px; }
.cpinfo-a p i{ width:30px; height:30px; margin:3px; }
.cpinfo-a p a{ width:30px; height:30px; }
#cpl{ background-size:15px;}
#cpr{ background-size:15px;}
#cpo{ background-size:15px;}
.cpinfo-b{ padding:10px 0px; font-size:16px; line-height:26px;}

.inproinfo{ margin:10px 0px; padding-bottom:40px; }
.inpro-a{ padding:10px 0px; }
.inpro-at h1{ padding:0px 15px; height:50px; line-height:50px; font-size:18px; }
.inpro-ashow{ padding:20px 0px; }
.inpro-ashow img{ width:100%; }

.inpro-b{ padding:0px; }
.inpro-bt h1{ padding:0px 15px; height:50px; line-height:50px; font-size:18px; }

/*-- about --*/
.abone{ padding-top:35px;}
.abone-a{ padding:0px; }
.abone-at{ margin-top:30px;}
.abone-at h1{ font-size:20px; line-height:25px; }
.timg1{ left:10px; width:250px; height:49px; }
.timg2{ right:10px; top:60px; width:500px; height:332px; }
.abone-ap{ padding:20px 0px; font-size:15px; }
.abone-am h1{ line-height:40px; font-size:26px; }
.abone-am p span{ height:30px; font-size:15px; }
.am1{ width:140px; padding:15px 0px; margin:4px 2px; }
.am2{ width:140px; padding:15px 0px; margin:4px 2px; }
.am3{ width:140px; padding:15px 0px; margin:4px 2px; }
.am4{ width:140px; padding:15px 0px; margin:4px 2px; }
.abone-aimg{ margin-top:20px;}
.abone-ak{ padding:20px 0px; font-size:15px;}
.abtwo{ padding:40px 0px;}
.abtwo h1{ font-size:20px; line-height:30px;}
.abtwo h2{ font-size:18px; line-height:25px; padding:5px 0px;}
.abtwo p{ font-size:15px; line-height:25px; margin-top:20px;}
.abth{ padding:50px 0px;}
.abth-t h1{ padding:0px 10px; line-height:25px; font-size:20px; }
.abth-t h1:before{ left:-40px; height:2px; top:10px; width:40px; }
.abth-t h1:after{ right:-40px; height:2px; top:10px; width:40px; }
.abth-show{ padding-top:20px; }
.abth-a{ width:50%; height:250px;}
.abth-a .aa{ padding:5px; }
.abth-a .aa h1{ font-size:17px;} 
.abth-a .aa p{ font-size:14px; padding-top:15px;}

/*-- honor --*/
.honor-t h1{ font-size:20px; line-height:30px; margin-top:30px; padding:10px 0px;}
.honor-t p{ font-size:15px; padding:5px 10px; line-height:20px;}
.honor-m{  padding:20px 0px 50px;}
.hoone p span{ height:40px; font-size:14px; }

/*-- quality --*/
.qtyone{ padding:20px 0px;}
.qtyone h1 span{line-height:30px; font-size:20px;  padding:15px 0px; }
.qtyone p{ padding:20px 5px; font-size:15px; text-align:left; }
.qtyone i{ padding:10px 0px; }
.qtyone i img{ width:100%;}

.qfloat{ height:300px; }
.qtytwo-t{ margin-top:40px; }
.qtytwo-t h1 p{ font-size:20px; padding:15px 0px 0px;}
.qtytwo-t h1 p span{ font-size:35px; }
.qtytwo-show{ padding:25px 0px; }
.qtytwo-a{ width:100%; height:auto; padding:30px 15px;}
.qtytwo-a h1 i{  font-size:14px; }
.qtytwo-a h1 span{ font-size:17px; }
.qtytwo-a p{ padding:15px 0px; font-size:14px;}

.qtyth{ padding:20px 0px; }
.qtyth-t{ padding:0px; }
.qtyth-t h1{ line-height:30px; font-size:20px; }
.qtyth-t p{ font-size:18px; line-height:25px; }
.qtyth-t i{ font-size:15px; }

.qtyth-p{  padding:20px 0px 0px;}
.qtyth-p i img{ width:20px; }
.qtyth-p p{ width:100%; font-size:15px; line-height:25px; padding-top:15px;}

.qtyth-tu{ padding:10px 0px;}
.caseone h1 span{ height:35px; font-size:12px;}
.caseone p{ height:35px; }


/*-- apply --*/
.apply{ padding:20px 0px;}
.app-t{ margin-top:10px; font-size:20px; line-height:25px; }
.app-t:before{ height:20px; top:2px; }
.app-nav{ width:100%; float:left; padding:10px 0px;}
.app-one{ width:33.33%; padding:5px 0px;}
.app-one i span b{ width:50px; height:50px; }
.app-one i span b img{ max-width:80%; margin-top:10%;}
.app-one p span{ height:35px; font-size:14px; }
.app-down{ padding:30px 0px;}

.apban{ text-align:center;}
.apban2{ width:450px; height:300px; float:none; display:inline-block;}
.Bimg{ width:450px; height:300px; margin-left:0px;}
.Bimg ul li{ width:450px; height:300px;}
.apprev1{top:135px; left:5px; width:30px; height:30px;}
.apnext1{top:135px; right:5px; width:30px; height:30px;}
.apprev1 img{ width:30px;}
.apnext1 img{ width:30px;}

.apmin_pic{ width:100px; height:300px; float:none; display:inline-block;}
.apnum{ height:260px; }
.apnum ul li{ width:100px; margin:4px 0px; }
.apprev_btn1{ height:20px; }
.apnext_btn1{ height:20px; }

/*-- news --*/
.navsort ul li a{ height:45px; font-size:14px; }
.news{ padding:10px 0px; }
.newsshow{ padding:10px; }
.newsshow h1{ font-size:16px; height:auto; padding:5px 0px;}
.newsshow h2{ height:auto; font-size:14px; padding:5px 0px;}
.newsshow p{ padding-top:10px;}

/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:20px; margin-top:25px; line-height:25px;}
.in-newsbox_info{ padding:15px 0px;}
.in-newsbox_info ul li{ font-size:15px; }
.in-newsbox_content{ font-size:15px; line-height:25px;}
.pagesl{ width:100%; }
.pagesl p{ width:100%; font-size:14px; }
.pagesr p{ width:100%; font-size:14px;}
.pagesr{ width:100%; float:left; text-align:left;}
.pagesl a{ font-size:14px;}
.pagesr a{ color:#FFF; font-size:14px; }

/*-- page --*/
.page{ font-size:14px; padding:20px 0px 40px;}
.pagination ul li a{ font-size:13px; }

/*-- contact --*/
.ctone-t{ padding-top:30px;}
.ctone-t h1{ font-size:20px; line-height:25px; }
.ctone-t p{ font-size:14px; line-height:22px; }
.ctone-box{ padding:15px 0px;}
.ctone-a{ width:100%; height:auto; padding-left:0; margin-left:0; text-align:center; margin-top:5px; padding:20px 0px;}
.ctone-a i{ display:inline-block; width:60px; height:60px; position:relative; left:0px; top:0px;}
.ctone-a i img{ width:40px; margin-top:10px;}
.ctone-a h1{ font-size:17px; line-height:26px; margin-top:10px; }
.ctone-a p{ font-size:15px; line-height:24px; }
#enp{ font-size:15px; line-height:24px; }

.cttwo{ padding:30px 0px;}
.cttwo-l{ width:100%; padding:0px;}
.cttwo-lt h1{ font-size:18px; line-height:25px;}
.cttwo-lt p{ font-size:14px; line-height:25px; padding-bottom:5px;}

.crr-one{ width:100%; margin-top:5px;}
.crr-two{ width:100%; margin:0; margin-top:5px;}
.crr-three{ margin-top:5px;}
#input2{ height:120px; }
.crrbtn{ padding:10px 0px;}
#button{ width:120px; height:40px;}

/*-- 地图 --*/
.cttwo-r{ width:100%; padding:5px; margin:30px 0px; }
.mapbox{ height:300px;}


/*-- 底部 --*/
.footB{ padding-bottom:50px;}
.footdown{ padding:20px 10px; font-size:12px; line-height:20px; margin-top:0px; border-top:0px;}
.footdown span{ width:100%; text-align:center; padding:0; float:left;}
.footdown span a{  }

/*-- 手机搜索 --*/
#phonesearch{ width:100%; height:auto; float:left; padding:8px 2%; position:relative; z-index:1;}
.phsearch{ width:100%; float:left;}
#search_inputx1{outline:none;height:40px; width:80%; border:1px solid #000; line-height:50px; float:left; color:#000; font-size:14px; padding:0 5px; background:#FFF; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
#search_inputx2{ float:left; width:18%; height:40px; outline:none; cursor:pointer; margin-left:2%; border:0; background-image:url(../../img/page/s.png); background-position:center; background-repeat:no-repeat; background-size:auto 25px;
background-color:#00bab4;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*底部导航*/
.phone-bottom-box{ width:100%; height:55px; float:left; z-index:9999; background:#c9a062;}
.footer-navs{ width:100%; float:left; padding:0; margin:0; position:relative !important;}
.footer-navs li{ float:left; font-size:14px; width:20%; text-align:center; list-style:none; color:#FFF; cursor:pointer; padding-top:8px;}
.footer-navs li i{ width:100%; height:auto; float:left;}
.footer-navs li i img{ width:20px;}
.footer-navs a{ color:#FFF; display:block;}
.footer-navs p{ display:inline-block; font-size:0.8em}
#fancybox-close{ top:10px; right:-30px;}

.ph-two{ width:50%; height:auto; position:absolute; left:25%; bottom:50px; padding:4px 8px;
filter:alpha(opacity=90);   
-moz-opacity:0.9;   
-khtml-opacity: 0.9;   
opacity: 0.9;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
background:#333333;
}
.ph-two a{ width:100%; height:40px; float:left; background:#FFF; line-height:40px; color:#242424; margin:4px 0px;
-moz-border-radius: 8px; /* Firefox */
-webkit-border-radius: 8px; /* Safari 和 Chrome */
border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ph-two:before{ content:""; position:absolute; left:47%; bottom:-6px; width:3%; height:0;
border-left:7px solid transparent;   
border-right:7px solid transparent;   
border-top:7px solid #333333;
}

/*-- 登录图标 --*/
.plogo{ width:220px; min-height:70px; float:left; padding:20px 5px;}
.plogo a{ color:#FFF; float:left; margin:5px 10px; font-size:15px;}
.ptlogii{ width:100%; float:left; font-size:15px; color:#FFF; line-height:25px; padding:5px;}
.ptlogii a{ color:#FFF; font-size:15px; float:left; line-height:20px;}
.ptlogii i{ float:left;}


/*-- 注册登录 --*/
.loginpg{ margin:40px 0px; padding:20px 10px; }
.logt{ font-size:20px; line-height:25px; }
.logp{ font-size:14px; padding:5px 0px;}
.logm{ width:100%; padding:10px; margin-top:20px;}
.ttbox{ width:100%;}
.ttm .tt{ font-size:15px;}
.eyes_box{ right:5%; top:12px;}
#inputx{ width:100%; height:45px;}
.ttm .tt-p{ height:auto;}
.ttm .tt-p span{ width:100%; height:auto;}
.ttm .tt-p span font{ width:100%; font-size:12px; line-height:20px; height:auto;}
.tt-btn{ margin-top:20px;}
#buttonx{ width:100px; height:35px; }
.logpgbtn{ text-align:center; left:0; display:table;}
.logpgbtn a{ width:120px; height:40px; vertical-align:middle; padding:0px 8px; line-height:14px; font-size:14px; display:table-cell; float:none;}


/*回滚*/
#topcontrol{ z-index:999;}
.togo{ width:30px; height:30px; border:0; position:absolute; right:-30px; bottom:18px; }
.goback{ margin-top:-25px; background-size:100%;}
.goback .gos{ background-size:100%;}

/*内部导航*/
.allbox{position:relative;}
.phnav{height:auto; width:100%; float:left; background-color:#102983; padding:13px 10px; line-height:25px; color:#FFF; font-size:16px; text-align:left;}
.phnav a{ color:#ffffff; text-decoration:none;}
.casenav{ width:100%; padding:0px 5px;-webkit-animation:fadeInUp 800ms;animation:fadeInUp 800ms; float:left; position:absolute; top:45px;left:0;background:#FFF; z-index:1;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e1e1,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 2px 25px 1px #e2e1e1;/*兼容firefox*/
-webkit-box-shadow: 0px 2px 25px 1px #e2e1e1;/*兼容safari或chrome*/
box-shadow:0px 2px 25px 1px #e2e1e1;/*兼容opera或ie9*/
}
.casenav .snavbg{ width:80%; padding:5px;}
.casenav .snavl{ width:22%; height:auto;}
.casenav .snavr{ width:78%; height:auto;}

/*-- --*/
.plrx0{ padding:0px;}
.plrx5{ padding:0px 5px;}
.plrax5{ padding:2px;}
.plra5{ padding:5px;}
.plrx10{ padding:0px 10px;}
.plra15{ padding:10px 0px 0px; }
.plra15x{ padding:5px; }
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- headerbox --*/
.logo img{ width:110px; }
.logo i{ padding:2px 0px 0px 25px;}
.logo i img{ width:100px;}
.logo i:before{ top:8px; height:25px;}

/*-- inbanner --*/
.inbanner i{ height:180px; }
.inbanner h1{ top:90px; font-size:18px;}
.inbanner p{ top:120px; font-size:15px; }

/*-- syth --*/
.syth-up{ padding:10px 0px;}
.syth-upm{ width:400px; height:250px; }
.syth-one{ width:400px; }
.syth-upmb i img{ height:150px; }

.syth-down{ margin-top:10px;}
.syth-a{ width:25%; padding-left:0%;}
.syth-a p span{ height:40px; font-size:12px; }
.syth-go{ display:none; }
.syth-a.notha{ width:25%; }
.syth-a i{ text-align:center;}
.syth-a i img{ max-width:80%;}

/*-- syfx --*/
.syfx-m{ height:120px; }


/*-- about --*/
#ww{ width:100%; height:160px; }
.abth-a{ height:140px; }

/*-- apply图片 --*/
.app-down{ padding:20px 0px;}
.apban2{ width:400px; height:266px;}
.Bimg{ width:400px; height:266px;}
.Bimg ul li{ width:400px; height:266px; }
.apprev1{top:118px;}
.apnext1{top:118px;}
.apmin_pic{ width:400px; height:90px; }
.apnum{ width:90%; height:90px; }
.apnum ul li{ width:100px; margin:5px 2px;}
.apprev_btn1{ width:5%; height:70px; background:url(../../img/page/l.png) center center no-repeat;}
.apprev_btn1 img{ display:none;}
.apnext_btn1{ width:5%; height:70px; background:url(../../img/page/r.png) center center no-repeat;}
.apnext_btn1 img{ display:none;}


/*-- 地图 --*/
.mapbox{ height:220px;}
}

@media (max-width: 380px) {
/*-- apply图片 --*/
.apban2{ width:300px; height:200px;}
.Bimg{ width:300px; height:200px;}
.Bimg ul li{ width:300px; height:200px; }
.apprev1{top:85px;}
.apnext1{top:85px;}

.apmin_pic{ width:300px; height:70px; }
.apnum{ width:90%; height:70px; }
.apnum ul li{ width:70px;}
.apprev_btn1{ height:50px; }
.apnext_btn1{ height:50px; }

/*-- syth --*/
.syth-upm{ width:300px; height:260px; }
.syth-one{ width:300px; }
.syth-upmb i img{ height:160px; }
.syth-a i img{ max-width:60%;}
}

@media (max-width: 330px) {
/*-- syth --*/
.syth-upm{ width:260px; height:250px; }
.syth-one{ width:260px; }
.syth-upmb i img{ height:140px; }
.syth-a i img{ max-width:60%;}
}


